Welcome![Sign In][Sign Up]
Location:
Search - array asm

Search list

[Com Portldsdsed_dm

Description: 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory lookup table for the use of the data. May to amend its own digital control of the location information; LEDs can choose the type : a total or a total of Yin Yang; since the definition of location information can be preserved; 8 can generate the same can be preserved for C, ASM, PIC, EMC, the array of data formats.
Platform: | Size: 323022 | Author: 张亚西 | Hits:

[Other resourceDSPprogram

Description: 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3[n]中; addarr2(int * arr1, int * arr2, int * arr3, n)-1, (1) 32bit multiplication instructions explained (2) the load.asm volume1 on the basis of a a 16bit multiplication cumulative array of functions, and-o2 /-o3 / 2 manual optimization, c environment compilation called C function, the compilation function call c function addarr3 (int * arr1. int * arr2, arr3 int *, int * arr4, n) / / compilation function, 3 arrays corresponding location together, the results on arr4 [n], the compilation of the C function call function, arr1 put it together and put arr2 arr3 [n]; addarr2 (int * arr1, int * arr2, int * arr3, n)
Platform: | Size: 19521 | Author: 郭春吉 | Hits:

[Software Engineeringbianyiyuanlisheji

Description: 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL
Platform: | Size: 513232 | Author: 与非门 | Hits:

[assembly languagejioushu.ASM

Description: 对数组ARRAY中的奇偶数进行区分,并存储到两个其他的数组中。
Platform: | Size: 591 | Author: BEBBY | Hits:

[Com Portldsdsed_dm

Description: 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory lookup table for the use of the data. May to amend its own digital control of the location information; LEDs can choose the type : a total or a total of Yin Yang; since the definition of location information can be preserved; 8 can generate the same can be preserved for C, ASM, PIC, EMC, the array of data formats.
Platform: | Size: 322560 | Author: 张亚西 | Hits:

[DSP programDSPprogram

Description: 1、(1)32bit乘法的指令解释 (2)volume1的load.asm基础上实现一个 16bit数组的乘法累加的函数,并进行 -o2 / -o3 / 手工优化 2、c环境 C调用汇编函数,汇编函数调用c函数 addarr3(int * arr1, int * arr2, int * arr3, int * arr4, n) //汇编函数,3个数组的对应位置相加,结果放在arr4[n]中, 汇编函数调用C的子函数,它把arr1和arr2相加放到arr3[n]中; addarr2(int * arr1, int * arr2, int * arr3, n)-1, (1) 32bit multiplication instructions explained (2) the load.asm volume1 on the basis of a a 16bit multiplication cumulative array of functions, and-o2 /-o3/2 manual optimization, c environment compilation called C function, the compilation function call c function addarr3 (int* arr1. int* arr2, arr3 int*, int* arr4, n)// compilation function, 3 arrays corresponding location together, the results on arr4 [n], the compilation of the C function call function, arr1 put it together and put arr2 arr3 [n]; addarr2 (int* arr1, int* arr2, int* arr3, n)
Platform: | Size: 27648 | Author: 郭春吉 | Hits:

[Software Engineeringbianyiyuanlisheji

Description: 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指在Pascal语言中具有特定的含义。标准Pascal语言中的保留字一共有35个,Turbo Pascal语言一共有51个。下面是Pascal语言的保留字:AND,ARRAY,BEGIN,CASE,CONST,DIV,DO,DOWNTO,ELSE,END,FILE,FOR,FUNTION,GOTO,IF,IN,LABEL,MOD,NIL,NOT,OF,OR,PACKED,PROCEDURE,PROGRAM,RECORD,REPEAT,SET,THEN,TO,TYPE,UNTIL,VAR,WHILE,WITH,EXPORTS,SHR,STRING,ASM,OBJECT,UNIT,CONSTRUCTOR,IMPLEMENTATION,DESTRUCTOR,USES,INHERITED,INLINE,INTERFACE,LIBRARY,XOR,SHL -err
Platform: | Size: 513024 | Author: 与非门 | Hits:

[Windows Develophuibian

Description: 1. 已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数,试编制一程序,把既在A中又在B中的整数存放于数组C中 2. 设在A,B,C单元中分别存放着三个数,若三个数都不是0,则求出三数之和,并存放于D单元中,若其中有一个数为0,则把其它两个单元也清0,请编写此程序. 3. 试编写一程序,要求比较数组ARRAY中的三个16位补码数,并根据比较结果,在终端上显示如下信息(1)如果三个数都不相等则显示0(2)如果三个数有两个相等则显示1(3)若三个数都相等则显示3 4. 已定义了两个整数变量A和B,试编写程序完成下列功能:1)若两个有一个是奇数,则将奇数存入A中偶数存入B中2)若两个数均为奇数,则将两个数均加一后存回原量3)若两个数均为偶数则两个变量均不改变
Platform: | Size: 2048 | Author: furong | Hits:

[assembly languageASM_Sort

Description: 用汇编语言实现的:首先通过键盘输入一已知长度的字节数组,然后对该数组进行递增排序,并显示排序结果。最后再输入一数值,在该数组中进行查找。要求使用子程序结构。-Using assembly language to achieve: First of all, through the keyboard input of a known length of the byte array, and then increase the array to sort and display the results. Then enter a value in the array to find. Require the use of subroutine structure.
Platform: | Size: 10240 | Author: Tony Yau | Hits:

[assembly languagefind_alldel.asm

Description: 设有一字数组A,第一个字单元存放的是数组元素的个数,从第二个字单元开始依次存放的是数组元素。现要求编写一程序,查找字数组A中与X字变量相等的所有元素,若找到,则从数组中删除该元素;否则,数组中的元素保持不变。最后在屏幕上打印出结果数组。(与某一年的考研题相似,算是个变型题)-Word with an array A, the first word storage unit is the number of array elements, from the beginning of the second unit followed by the word is stored in the array element. Are now required to prepare a procedure to find the number of words Group A with X characters of all the elements of the same variable, if found, delete it from the array elements Otherwise, the array elements remain unchanged. Finally, the screen print out the results of the array. (With a similar one-year study section of the title, be regarded as a variant title)
Platform: | Size: 1024 | Author: tansheng | Hits:

[Windows DevelopF2Hex

Description: 将一个二进制文件转化成一个16进制数组供其他语言使用,目前仅实现了1字节C++数组,但留有接口,你可以自己实现剩下的代码。-convert a binary file to a hex array which used by delphi,asm ,vb etc. ,but now support c++ array,but i gave interface for you to complete the rest code by yourself.
Platform: | Size: 23552 | Author: frozenrain | Hits:

[assembly languageasm

Description: 8086微机,显示时间,数组排序,已经测试通过-8086 computer, display time, sort the array has been tested
Platform: | Size: 27648 | Author: yangd | Hits:

[Communication-MobileASM_MBF_ARRAY

Description: A阵列天线方向图ASM MBF ARRAY-A array antenna pattern ASM the MBF the ARRAY
Platform: | Size: 333824 | Author: wxp | Hits:

[assembly languageasm

Description: 字节变量ARRAY中存有N个数,要求编写一程序统计ARRAY中偶数的个数,并将结果在屏幕上显示。另外附加了一个:编写一个能实现两个十进制数的加法运算处理的程序。设每个十进制数最多4位。两个十进制数由键盘输入,结果以十进制数输出-The byte variable ARRAY there N number, write a program statistics ARRAY even number, and the results are displayed on the screen. Also attach a: the preparation of a two decimal numbers add processing program. Let each decimal number up to four. Two decimal numbers by keyboard input, output result as a decimal number
Platform: | Size: 365568 | Author: | Hits:

[SCMASM

Description: 51单片机的ARM汇编实现(纯原创上机通过)可能有待优化,但是鉴于汇编得高效率,依然比c及以上高级语言有着速度优势,这段代码比较短但是他可以实现按键,数码管显示(共阳),定义数组等功能,可供单片机初学者学习使用。- 检测到:中文 » 英语 51 microcontroller ARM assembly (pure original computer through) may need to be optimized, but given the assembly efficiency, still better than c and above a high-level language has a speed advantage, this code is shorter but he can implement key, digital tube display (Yang), define an array of functions, such as for SCM beginners learning to use.
Platform: | Size: 1024 | Author: 李亚 | Hits:

[assembly languagehomework2

Description: Reversing a String and Array using Push and Pop
Platform: | Size: 1024 | Author: Toog | Hits:

[OtherDesktop

Description: les codes for calcul e max of array with assembleur langage
Platform: | Size: 1024 | Author: khalid2000 | Hits:

CodeBus www.codebus.net